home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk53 / time / time.doc < prev    next >
Text File  |  1995-03-18  |  2KB  |  47 lines

  1.  
  2. Time:
  3.  
  4.  
  5. This is a tiny program that displays the time in its own window.
  6. The window is very small but still has a close gadget on the
  7. left side and a drag gadget on the right side.
  8.  
  9. Time was written in assembler and was optimized for speed and size.
  10.  
  11. There's nothing else you need to know except that you can run it
  12. from both WB and CLI.  (Note: It only needs the minimum allowed stack,
  13. i.e. 1600 bytes.)
  14.  
  15. The size of the executable is 484 bytes, the smallest clock program
  16. I have seen yet.  This means that it will only take up 1 block on disk.
  17.  
  18.  
  19. If you want to have a look at the source code, just email me on CIS.
  20.  
  21.  
  22. You can do whatever you like with this program, just don't remove
  23. my name from the doc file.
  24.  
  25.  
  26. Khalid Aldoseri.
  27. CIS 75166,2531
  28.  
  29.  
  30.  
  31.  
  32. NOTE:   If you want to change the default settings in the program, you can
  33.         use a filezap program.  The following are the offsets in the file
  34.         where you can change those settings:
  35.         
  36.         Offset  Description             Range           Size     Default
  37.         ------  --------------------    -----------     -------  -------
  38.         $01AC   Color of Text           0-3             1 byte    $  00
  39.         $01AD   Background Color        0-3             1 byte    $  01
  40.         $017C   Left Edge of Window     $0000-$ffff     2 bytes   $0208 
  41.         $017E   Top Edge of Window      $0000-$ffff     2 bytes   $0001
  42.  
  43.         Adding any CLI options would have meant that the size of the program
  44.         would have at least doubled.  Sorry.
  45.  
  46.         If you don't know what this means, just ignore it.  :-)
  47.